home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / file-roller / README < prev    next >
Text File  |  2009-10-19  |  2KB  |  79 lines

  1.  
  2.                * File Roller *
  3.  
  4.           an archive manager utility for the
  5.               GNOME Environment.
  6.  
  7. * What is it ?
  8.  
  9.   File Roller is an archive manager for the GNOME environment.  This means
  10.   that you can create and modify archives; view the content of an archive; 
  11.   view and modify a file contained in the archive; extract files from the 
  12.   archive.
  13.  
  14.   File Roller is only a front-end (a graphical interface) to archiving programs
  15.   like tar and zip. The supported file types are :
  16.     * 7-Zip Compressed File (.7z)
  17.     * WinAce Compressed File (.ace)
  18.     * ALZip Compressed File (.alz)
  19.     * AIX Small Indexed Archive  (.ar)
  20.     * ARJ Compressed Archive (.arj)
  21.     * Cabinet File (.cab)
  22.     * UNIX CPIO Archive (.cpio)
  23.     * Debian Linux Package (.deb) [Read-only mode]
  24.     * ISO-9660 CD Disc Image (.iso) [Read-only mode]
  25.     * Java Archive (.jar)
  26.     * Java Enterprise archive (.ear)
  27.     * Java Web Archive (.war)
  28.     * LHA Archive (.lzh, .lha)
  29.     * WinRAR Compressed Archive (.rar)
  30.     * RAR Archived Comic Book (.cbr)
  31.     * RPM Linux Package (.rpm) [Read-only mode]
  32.     * Tape Archive File:
  33.           * uncompressed (.tar) 
  34.       or compressed with:
  35.           * gzip (.tar.gz , .tgz)
  36.           * bzip (.tar.bz , .tbz)
  37.           * bzip2 (.tar.bz2 , .tbz2)
  38.           * compress (.tar.Z , .taz)
  39.           * lzip (.tar.lz , .tlz)
  40.           * lzop (.tar.lzo , .tzo)
  41.           * 7zip (.tar.7z)
  42.           * xz (.tar.xz)
  43.     * Stuffit Archives (.bin, .sit)
  44.     * ZIP Archive (.zip)
  45.     * ZIP Archived Comic Book (.cbz)
  46.     * ZOO Compressed Archive File (.zoo)
  47.     * Single files compressed with gzip, bzip, bzip2, compress, lzip, lzop, 
  48.       rzip, xz.
  49.  
  50. * Home Page
  51.  
  52.   http://fileroller.sourceforge.net
  53.  
  54. * Licensing
  55.  
  56.   This program is released under the terms of the GNU General Public
  57.   License (GNU GPL) version 2 or greater.  
  58.   You can find a copy of the license in the file COPYING.
  59.  
  60. * Dependencies
  61.  
  62.   In order to build this program from the source code you need a working 
  63.   GNOME environment version 2.x, with the development tools installed
  64.   properly. 
  65.  
  66.   Also you need the following libraries: 
  67.       * glib >= 2.16.0
  68.       * gtk+ >= 2.12.0
  69.       * libgnome >= 2.6.0
  70.       * libgnomeui >= 2.6.0
  71.         * libglade >= 2.4.0
  72.         * libnautilus-extension >= 2.22.2 (optional)
  73.  
  74. * Install
  75.  
  76.   ./configure 
  77.   make
  78.   make install
  79.